LassoScript Utility
Basics Browse Detail

[Email_Compose->AddTextPart]

Tag Link [Email_Compose->AddTextPart] Category Email
Type Member Source Available Yes
Support Preferred Version 8.0
Change Unchanged Data Source Any
Output Type None Security Tag
Implementation LDML Sets Lasso 8.5, Lasso 8.0

Description

[Email_Compose->AddTextPart] adds a new text part to a message being composed. The tag requires one parameter which is the text of the part to be added.

An optional -Path parameter can be used to specify the name of a file that will be included as the text part.

Syntax

[Email_Compose->(AddTextPart: 'text')]

[Email_Compose->(AddTextPart: -Path='include.txt')]

Parameters

Optional Parameters
-Path The path to a file to be included as the text part of the email.
-Data The text to be included as the text part of the email message.

Examples

See the Lasso 8 Language Guide for examples of how to use this tag.